home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group97a.txt / 000031_icon-group-sender _Mon Feb 3 13:40:13 1997.msg < prev    next >
Internet Message Format  |  2000-09-20  |  963b

  1. Received: by cheltenham.cs.arizona.edu; Mon, 3 Feb 1997 13:13:52 MST
  2. Message-Id: <32F5EABD.7548@charlie.cns.iit.edu>
  3. Date: Mon, 03 Feb 1997 13:40:13 +0000
  4. From: "Thomas W. Christopher" <tc@charlie.cns.iit.edu>
  5. Reply-To: tc@charlie.cns.iit.edu
  6. Organization: Illinois Institute of Technology
  7. X-Mailer: Mozilla 3.01Gold (WinNT; I)
  8. Mime-Version: 1.0
  9. To: joan@cs.ucr.edu
  10. Cc: icon-group@cs.arizona.edu
  11. Subject: Icon for symbol tables
  12. Content-Type: text/plain; charset=us-ascii
  13. Content-Transfer-Encoding: 7bit
  14. Errors-To: icon-group-errors@cs.arizona.edu
  15. Status: RO
  16. Content-Length: 355
  17.  
  18. Joan,
  19.  
  20. 1) You can put ANY type value in an Icon table. Records are no problem.
  21.  
  22. 2) You'd have to program your own list search, e.g.
  23.     to look for a record r in list L with a value v in its x field:
  24.    if r:=!L & r.x===y then #found it
  25.    else # not found
  26.  
  27. -- 
  28. -Thomas W. Christopher  http://www.iit.edu/~tc
  29.                         tc@charlie.cns.iit.edu
  30.  
  31.